|
MAKE MEMBLOCK FROM FILE
Create a memblock from the file specified.
MAKE MEMBLOCK FROM FILE Memblock Number, File Number
Memblock Number
Integer
A open file number
File Number
Integer
The memblock will be the same size as the currently open file, and contain the entire data of the file specified
This command does not return a value.
The memblock will be the same size as the currently open file, and contain the entire data of the file specified. You must specify the file and memblock numbers using integer values.
cls
open to read 1,"memblock.dat"
make memblock from file 1,1
close file 1
do
loop
end
FILE Commands Menu
Index
|